Here are some code snippets taken from the Rust docs!
A very high level overview of docker.
Here I explain how to build a sudoku app with go-lang.
Setting up a shell script and basic commands.
Short guide on how to set up a VPN with AWS.
A very high level overview to setting up a server in AWS.
Short guide to what SQL is and how to use it.
Code snippets in Python.
In the last part of this series, I explore Java's built-in data structures.
In this part I look at Object Oriented Programming; a way of structing code in Java applications.
Looking at variable types and different data types in Java.
Java is known as a strongly typed programming language. In this post I go through the basics of setting up your machine to read, write and run Java programs.
Here I give a brief overview of what Charm CLI is and how to get started with the basics.
Go code snippets from a past course.
A proxy can has a number of different use cases. Here I discuss how to set up a NodeJS proxy.
Here I give a brief overview of cookies. Discussing what the difference is between sessions, cookies and local storage.
Playwright Test enables you to take out end-to-end testing on applications written in Node.js, Python, Java and .Net. It supports Chromium, WebKit and Firefox.
GraphQL is a fast and efficient query language for APIs. When compared to REST, it is known for it's performance when retrieving data and easiness for implementation. It can be incorporated into many tech stacks.
Here I dive in Prisma. Discussing the basics of what Prisma is, the functionality and how it could be intergrated into a node.js application.
Spring Boot is a framework which enables users to build applications with languages such as Java and Kotlin. This post is an introduction to Spring Boot and how to set up, and run a Spring Boot application.
This post is about adding authentication via Json Web Tokens (JWT) with Node.js. On the front-end you can pass the JWT token and ensure that data stays safe, such as passwords and log in credentials.
ES2019 is the latest version of Javascript. ES6 is commonly used amongst developers and also gets called JavaScript 6... sometimes.
Node.js enables you to program APIs using JavaScript. Below I have outlined the basics of getting started with Node.js to set up an API with various end points.
Unix is an operating system, which comes in different varieties such as MacOS X and Fedora Linux to name a couple.
Setting up Oracle Instant Client on a Mac can sometimes be a bit fiddly. Below are steps to install the client on a mac.
Steps for working with Claudia, Node.js and AWS